file-chooser: use an action bar for extra widgets area
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Mon, 7 Apr 2014 21:52:20 +0000 (17:52 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 23 Apr 2014 02:34:57 +0000 (22:34 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=722211

gtk/resources/ui/gtkfilechooserdialog.ui
gtk/resources/ui/gtkfilechooserwidget.ui

index c08ebd762a63accd70d9df9d611f32c89c5839c0..fa0a3683adaca47cb9db5a75c85d42c67357fd64 100644 (file)
         <property name="border_width">0</property>
         <property name="can_focus">False</property>
         <property name="orientation">vertical</property>
-        <property name="spacing">2</property>
+        <property name="spacing">0</property>
         <child internal-child="action_area">
           <object class="GtkButtonBox" id="dialog-action_area1">
+            <property name="border_width">6</property>
             <property name="can_focus">False</property>
             <property name="layout_style">end</property>
             <child>
index 9752e210e1657f36cd29cdf8b7b69531688a6d27..1a0751c89dbd171169a710d40c347dfc82dd2eed 100644 (file)
       </packing>
     </child>
     <child>
-      <object class="GtkBox" id="extra_and_filters">
+      <object class="GtkActionBar" id="extra_and_filters">
         <property name="visible">True</property>
-        <property name="border_width">10</property>
         <child>
           <object class="GtkBox" id="extra_align">
             <property name="can_focus">False</property>
+            <property name="spacing">12</property>
           </object>
-          <packing>
-            <property name="expand">False</property>
-            <property name="fill">True</property>
-            <property name="position">0</property>
-          </packing>
         </child>
         <child>
           <object class="GtkBox" id="filter_combo_hbox">
             </child>
           </object>
           <packing>
-            <property name="expand">False</property>
-            <property name="fill">True</property>
             <property name="pack_type">end</property>
-            <property name="position">1</property>
           </packing>
         </child>
       </object>